Quick reference

(collected from James Harkins' tutorial)


Primary Patterns







Additional List Patterns






Additional Random Number Generators





Random numbers and probability distributions








Time-based patterns




Adding values into event patterns

(Or, "Pattern Composition")




Parallelizing event patterns





Language control methods


Some patterns mimic language-style control methods: conditionals (Pif), loops (Pwhile) and error cleanup (Pprotect).




Server control methods






Data sharing




Pset and cousins


A group of pattern classes allow single event keys to be overwritten, or one addition or multiplication to be performed. Pkey, in combination with the Pchain or Pbindf "pattern composition" classes, can do everything the following classes can do (though this alternate notation may be more convenient in certain cases).